Playio Android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Playio Android
datasource
/
[root]
/
UserTableAsset
User
Table
Asset
@
Serializable
data
class
UserTableAsset
(
var
tol
:
Int
=
0
,
var
cp
:
Int
=
0
,
var
currentXp
:
Int
=
0
,
var
maxXp
:
Int
=
0
)
:
DataPartUpdater
<
UserTableAsset
>
Members
Constructors
User
Table
Asset
Link copied to clipboard
constructor
(
tol
:
Int
=
0
,
cp
:
Int
=
0
,
currentXp
:
Int
=
0
,
maxXp
:
Int
=
0
)
Properties
cp
Link copied to clipboard
@
SerialName
(
value
=
"cp"
)
@
SerializedName
(
value
=
"cp"
)
var
cp
:
Int
current
Xp
Link copied to clipboard
@
SerialName
(
value
=
"current_xp"
)
@
SerializedName
(
value
=
"current_xp"
)
var
currentXp
:
Int
max
Xp
Link copied to clipboard
@
SerialName
(
value
=
"max_xp"
)
@
SerializedName
(
value
=
"max_xp"
)
var
maxXp
:
Int
tol
Link copied to clipboard
@
SerialName
(
value
=
"tol"
)
@
SerializedName
(
value
=
"tol"
)
var
tol
:
Int
Functions
patch
Link copied to clipboard
fun
patch
(
data
:
Any
)
:
UserTableAsset